{% extends 'esign/base.html' %} {% load static %} {% block content %}
| # | Doc ID | File Name | Category | Signers | Date | Status | Document Type | Action |
|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | #{{ doc.id }} | {{ doc.title }} | {{ doc.category }} |
{% for signer in doc.sign_flow.all|slice:":3" %}
{{ signer.recipient_email|slice:":1"|upper }}
+{{ doc.sign_flow.count|add:"-3" }}
{% endif %}
|
{{ doc.created_at|date:"M d, Y H:i" }} | {{ doc.status|title }} | {{ doc.file.url|slice:"-3:"|upper }} | View |
| No Drafts found. | ||||||||
| # | Doc ID | File Name | Category | Signers | Date | Status | Document Type | Action |
|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | #{{ doc.id }} | {{ doc.title }} | {{ doc.category }} |
{% for signer in doc.sign_flow.all|slice:":3" %}
{{ signer.recipient_email|slice:":1"|upper }}
+{{ doc.sign_flow.count|add:"-3" }}
{% endif %}
|
{{ doc.created_at|timesince }} ago | In Progress | {{ doc.file.url|slice:"-3:"|upper }} | |
| No documents waiting for others. | ||||||||